/*
	for XSL debugging
*/
.xslDebugTemplate {
	color: #999999;
	font-size: 10px;
	font-family: sans-serif;
	padding-left: 2px;
}

.xslDebugNodePath {
	color: #ff0000;
	font-size: 10px;
	font-family: sans-serif;
	padding-left: 2px;
}

.xslDebugImport {
	color: #007f00;
	font-size: 10px;
	font-family: sans-serif;
	padding-left: 2px;
}

/* this is hack for <wbr>, try to be W3C valid and still compatible with older browsers
   in modern browser &#8203; is ZERO WIDTH SPACE = invisible by it self
   in older browsers we need occupy as little space as possible,
   cannot use display: none because most browsers will ignore the &#8203; and won't wrap
 */
.wbr {
    font-family: "Lucida Sans Unicode", "Arial Unicode MS", sans-serif;
    font-size: 2pt;
    color: #fff;
    white-space: normal;
    letter-spacing: 0;
    word-spacing: 0;
    word-wrap: break-word; /* IE only */
}
.noWrap {
    white-space: nowrap;
}
/*
    For multi-level ToC headings
*/
.tocHeading .subj-group {
    display: block;
    font-size: 90%;
}
/* boxed-text was originally rendered as blockquote */
div.boxed-text-, div.boxed-text-anchor, div.boxed-text-float {
    margin-left: 3em;
}
div.boxed-text-margin {
    /* no rule */
}
.refnumber {
    text-align: left;
    vertical-align: top;
}
.references .note p {
    padding: 0em;
    margin: 0em;
}
/* TOC */
.articleEntry {
    margin-bottom: 1em;
}
/* OASIS table model, order of rules is important for correct overriding */
/* by default table cells will have borders, to disable border colsep/rowsep should be set to "0" */ 
.NLM_table-wrap td, .NLM_table-wrap th {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.NLM_table-wrap-foot p {
    margin: 0;
}
.NLM_table-wrap table {
    border: 1px solid black;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 95%;
}
.NLM_table-wrap table.frame_none {
    border: none;
}
.NLM_table-wrap table.frame_left {
    border: none;
    border-left: 1px solid black;
}
.NLM_table-wrap table.frame_right {
    border: none;
    border-right: 1px solid black;
}
.NLM_table-wrap table.frame_top {
    border: none;
    border-top: 1px solid black;
}
.NLM_table-wrap table.frame_bottom {
    border: none;
    border-bottom: 1px solid black;
}
.NLM_table-wrap table.frame_sides {
    border: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.NLM_table-wrap table.frame_topbot {
    border: none;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
table.rowsep0 td, table.rowsep0 th {
    border-bottom: none;
}
table.rowsep1 td, table.rowsep1 th {
    border-bottom: 1px solid black;
}
table.rowsep2 td, table.rowsep2 th {
    border-bottom: 3px double black;
}
col.rowsep0, tr.rowsep0 td, tr.rowsep0 th {
    border-bottom: none;
}
col.rowsep1, tr.rowsep1 td, tr.rowsep1 th {
    border-bottom: 1px solid black;
}
col.rowsep2, tr.rowsep2 td, tr.rowsep2 th {
    border-bottom: 3px double black;
}
tr th.rowsep0, tr td.rowsep0 {
    border-bottom: none;
}
tr th.rowsep1, tr td.rowsep1 {
    border-bottom: 1px solid black;
}
tr th.rowsep2, tr td.rowsep2 {
    border-bottom: 3px double black;
}
table.colsep0 td, table.colsep0 th {
    border-right: none;
}
table.colsep1 td, table.colsep1 th {
    border-right: 1px solid black;
}
table.colsep2 td, table.colsep2 th {
    border-right: 3px double black;
}
col.colsep0, tr.colsep0 td, tr.colsep0 th {
    border-right: none;
}
col.colsep1, tr.colsep1 td, tr.colsep1 th {
    border-right: 1px solid black;
}
col.colsep2, tr.colsep2 td, tr.colsep2 th {
    border-right: 3px double black;
}
tr th.colsep0, tr td.colsep0 {
    border-right: none;
}
tr th.colsep1, tr td.colsep1 {
    border-right: 1px solid black;
}
tr th.colsep2, tr td.colsep2 {
    border-right: 3px double black;
}
/* last element takes border from the table, have none on its own */
.NLM_table-wrap table tr.last td {
    border-bottom: none;
}
.NLM_table-wrap table tr td.last, .NLM_table-wrap table tr th.last {
    border-right: none;
}
.NLM_table-wrap .align_right {
    text-align: right;
}
.NLM_table-wrap .align_left {
    text-align: left;
}

.NLM_def-list {
  margin: 1em 0;
}
.NLM_def-list .NLM_title, .NLM_def-list .NLM_term-head, .NLM_def-list .NLM_def-head, .NLM_def-list .NLM_term {
  font-weight: bold;
  vertical-align: top;
}
.NLM_def-list .NLM_def {
  vertical-align: top;
}

/* "list tables" in context of real tables */
.NLM_table-wrap table tr td table.listgroup, .NLM_table-wrap table tr td table.listgroup td {
  border: none;
  width: auto;
  text-align: left;
}

/* NLM title and inlinehead (heading[@format='inline']), for historic reason without NLM_ prefix */
.title1, .title2, .title3, .title4, .title5, .inlinehead1, .inlinehead2, .inlinehead3, .inlinehead4, .inlinehead5 {
    font-weight: bold;
}

.searchNone0, .searchNone1, .searchNone2, .searchNone3, .searchNone4,
.searchNone5, .searchNone6, .searchNone7, .searchNone8, .searchNone9 {
	color: inherit;
	background-color: inherit;
	font-weight: inherit;
}
.searchTerm0 {
	color: black;
	background-color: #ffff66;
	font-weight: bold;
}
.searchTerm1 {
	color: black;
	background-color: #a0ffff;
	font-weight: bold;
}
.searchTerm2 {
	color: black;
	background-color: #99ff99;
	font-weight: bold;
}
.searchTerm3 {
	color: black;
	background-color: #ff9999;
	font-weight: bold;
}
.searchTerm4 {
	color: black;
	background-color: #ff66ff;
	font-weight: bold;
}
.searchTerm5 {
	color: white;
	background-color: #880000;
	font-weight: bold;
}
.searchTerm6 {
	color: white;
	background-color: #00aa00;
	font-weight: bold;
}
.searchTerm7 {
	color: white;
	background-color: #886800;
	font-weight: bold;
}
.searchTerm8 {
	color: white;
	background-color: #004699;
	font-weight: bold;
}
.searchTerm9 {
	color: white;
	background-color: #990099;
	font-weight: bold;
}
.citation_source-book, .citation_source-journal {
    font-style: italic;
}

.dash {
	font-size: 13px;
}

.quote {
           margin: 1em 0em 1em 5em;
           display: block;
       }

/* content is indexable */
.index {
}

/* entity images:
	A: static entity image from fs
	B: dynamic baseline
	C: dynamic bottom
	D: static text-bottom
 */
.entityA {
}
.entityB {
	border: 0px;
	vertical-align: baseline;
}
.entityC {
	border: 0px;
	vertical-align: bottom;
}
.entityD {
	border: 0px;
	vertical-align: text-bottom;
}

.toc_subarticle_style  {
                           font-size: 11px;
                           font-family: Arial, Helvetica, sans-serif;
                       }

.toc_subarticle_authors_style  {
                                   font-size: 10px;
                                   font-family: Arial, Helvetica, sans-serif;
                               }

.toc_subarticle_title_style  {
                                 font-size: 11px;
                                 font-family: Arial, Helvetica, sans-serif;
                                 font-weight: bold;
                             }

.fromGoogle {
	border-style: solid;
	border-color: red;
	border-width: 2px 0pt;
	margin: 12px 0pt;
	padding: 2px 0pt;
	line-height: 20px;
	font-size: 12px;
}

.lilabel {
}

.smallcaps {
	font-variant: small-caps;
}
.strike {
  text-decoration: line-through;
}
.NLM_disp-formula {
  display: block;
}
a.roDisabled {
  color: GrayText;
}
.articleEntry .firstCell {
  text-align: right;
  vertical-align: top;
  width: 18px;
  padding-top: 0;
}
div.appendix span.title5 {
  display: block;
}
.sectionHeading{
    background-color:#e1e1e1;
}
.sectionHeading th{
    font-size: larger;
}
.artAuthors .NLM_bio {
  font-weight: normal;
}
.multiIssueToc .issueTitle {
  font-weight: bold;
}
.monospace {
  font-family: monospace;
}
table.formula {
  margin: 1em 0;
  clear: both;
}
.NLM_list-list_type-simple {
  list-style: none;
  display: block;
}
.IN_LIST-freeText, .IN_LIST-label, .IN_LIST-title {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0
}
